home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / 68hc11 / smallc11.arc / CC4.C < prev    next >
Text File  |  1988-05-31  |  333b  |  23 lines

  1. /*
  2. ** Small-C Compiler Version 2.0
  3. **
  4. ** Copyright 1982 J. E. Hendrix
  5. **
  6. ** Part 4
  7. */
  8. #include    <stdio.h>
  9. #include    "ccdef.c"
  10.  
  11. /*** external references in part 1*/
  12. extern char
  13.  *stagenext, ssname[NAMESIZE];
  14.  
  15. extern int
  16.   beglab,  csp, errflag, nxtlab;
  17.  
  18. extern FILE
  19.  *output;
  20.  
  21. #include "cc41.c"
  22. #include "cc42.c"
  23.